@font-face {
    font-family: 'Jaldi';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/jaldi_latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Strait';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/strait.woff2') format('woff2');
}

.montserrat-<montserrat> {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
body {
    background-color: #fafafa;
    font-family:  'Jaldi', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    color: #333333;
    text-decoration: none;
    line-height: 28px;
    margin: 0px 0px 0px 0px;

    /* keep footer at bottom even if content is short*/
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

textarea {
    font-family: 'Jaldi', sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    body {
        margin: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 600px) {
    body {
        margin: 0px;
    }
}

html {
    height: 100%;
    margin: 0;
}

a:link {
    color: #005580;
    text-decoration: none;
}

a:visited {
    color: #005580;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

a:active {
    color: #005580;
    text-decoration: none;
}

a, img {
    border: none;
    outline: none;
}

h1 {
    font-family: 'Strait', Verdana, Helvetica, sans-serif;
    font-size: 35px;
    line-height: normal;
    text-transform: none;
    color: #005580;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
    font-weight: bold;
 
}

h2 {
    font-family: 'Strait', Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #005580;
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
    line-height: 32px;
    margin-top: 30px;
}

#main {
    display: table;
    margin: auto;
    position: relative;
    min-height: 100%;
    max-width: 1050px;
    height: 100%;
    padding: .5rem;
    background-color: white;
}

#mainty {
    display: block;
    margin: auto;
    position: relative;
    min-height: 100%;
    max-width: 1050px;
    height: 100%;
}

#header {
    background-color: #f0f0f0;
    text-align: right;
    font-size: 12px;
    font-family: 'Arial', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
}

#version {
    margin-left: 40px;
    padding-right: 10px;
}

#logo {
    margin-top: 19px;
    margin-left: 40px;
    opacity: 1;
    z-index: 101;
    position: absolute;
    max-width: 320px;
}

#logo2 {
    margin: 1rem 0;
    opacity: 1;
    z-index: 101;
    margin-right: 1rem;
    flex: 0 0 150px;
}

#logo2 img {
    vertical-align: middle;
}

#logobox {
    z-index: 100;
    position: absolute;
    background-color: #444444;
    opacity: 0.5;
    margin-bottom: 0px;
    height: 65px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #e0e0e0;
    width: 100%;
}

#logobox2 {
    position: sticky;
    width: 100%;
    z-index: 1000;
    background-color: #f0f0f0;
    top: 0;
}

#spacer {
    height: 115px
}

#spacer2 {
    height: 180px
}

#indexinhalt {
    margin-top: 30px;
}

#content {
    background-color: white;
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 0px;
    margin-top: 0px;
    display: table-row;
}

#content ul {
    margin-top: 5px;
    list-style-image: url(images/plus.png);
    list-style-position: outside;
    padding: 0 0 0 18px;
}

#content_index {
    background-color: white;
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

#content_index ul {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-image: url(images/plus.png);
    list-style-position: outside;
    padding: 0 0 0 18px;
}

#content td {
    padding: 0 8px;
    vertical-align: top;
}

#content table.evenodd th {
    background-color: #CCCCCC;
    height: 5ex;
}

#content table.evenodd tr.odd td {
    background-color: #FFFFFF;
    height: 5ex;
    vertical-align: middle;
}

#content table.evenodd tr.even td {
    background-color: #EFEFEF;
    height: 5ex;
    vertical-align: middle;
}

#content table.evenodd {
    width: 95%;
    margin: 5px;
}

#content_index_text {
    //padding:30px;
    padding-bottom: 40px;
    padding-top: 0px;
}

.footer-spacer {
    flex-grow: 1;
}

#footer {
    font-family: 'Strait', Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: none;
    text-transform: none;
    color: #ffffff;
    border: solid;
    border: 1px;
    border-color: #000000;
    width: 100%;
    margin: 0px;
    margin-top: 30px;
    background: #333333;
}

#footer ul {
    list-style-type: none;
    overflow: left;
}

#footer li {
    float: left;
}

#footer a {
    color: #ffffff;
    background: none;
}

.column {
    min-width: 32%;
    float: left;
    padding: 5px;
}

.pdfbutton {
    float: right;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.bildunterschrift {
    text-align: right;
    margin: 0 auto;
    margin-left: 10px;
    width: 320px;
    margin-top: -5px;
    margin-bottom: 7px;
    font-size: smaller;
    line-height: 12px;
}

#warnung {
    background-color: #CE0000;
    color: white;
    font-family: 'Arial', Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-variant: normal;
    letter-spacing: 0.2px;
    line-height: 16px;
    text-align: justify;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.left {
    float: right;
    width: 41%;
    margin-top: 0px;
}

.right {
    float: left;
    width: 57%;
    margin-top: 7px;
    padding-left: 0px;
    margin-bottom: 20px;
}

.group img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.group {
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 1090px) {

    .right {
        padding-left: 20px;
    }
.language{
	padding-right:10px;
	}
}
@media screen and (max-width: 480px) {
    .left, .right {
        float: none;
        width: auto;
    }

    #logo {
        margin-top: 10px;
        margin-left: 20px;
        max-width: 100%;
    }
    #logobox {
        height: 35px;
    }
    #topright {
        display: none;
    }
    #toprightmail {
        display: none;
    }
    #toprightlanguage {
        display: none;
    }
    #content_index_text {
        padding: 10px;
    }
}

/* grid */

*, *:before, *:after {
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    padding: 0px;
    max-width: 95%;
    background-color: #fff;
}

.clearfix {
    margin: 0px;
    padding: 0px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#radial-center {
    /* fallback */
    /*background-color: #fff;*/
    background-color: #fff;
    background-image: url(images/radial_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#topright {
    position: fixed;
    right: 0px;
    bottom: 53%;
    background: #333333;
    opacity: .9;
    z-index: 100;
    vertical-align: middle;
    padding: 7px;
    padding-top: 10px;
    width: 47px;
}

#toprightmail {
    position: fixed;
    right: 0px;
    top: 47%;
    background: #333333;
    opacity: .9;
    z-index: 100;
    vertical-align: middle;
    padding: 7px;
    padding-top: 10px;
    width: 47px;
    border-radius: 0px 0px 0px 6px;
}

#topright a {
    color: #ffffff;
    font-family: 'Strait';
    font-size: 20px;
}

#topright:hover {
    width: 240px;
}

#toprightmail a {
    color: #ffffff;
    font-family: 'Strait';
    font-size: 20px;
}

#toprightmail:hover {
    width: 240px;
}

#toprightlanguage {
    position: fixed;
    right: 0;
    /* below email*/
    /*top: calc(47% + 47px);*/
    /*above phone*/
    bottom: calc(53% + 47px);
    background: #333333;
    opacity: 0.9;
    z-index: 100;
    vertical-align: middle;
    padding: 7px;
    padding-top: 10px;
    width: 47px;
	border-radius: 6px 0px 0px 0px;
}
#toprightlanguage a {
    color: #ffffff;
    font-family: Strait;
    font-size: 20px;
}
#toprightlanguage:hover {
    width: 240px;
}

.container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.container div {
    display: inline-block;
}

#footer .icon {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

#footer h4 {
    margin-top: 1em;
    margin-bottom: 0;
}

.legal {
    padding: 1em 0;
}

header {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}
header > :not(.banner), .banner > div {
    margin: auto;
    max-width: 1050px;
}

.banner {
    background-color: #fff;
}

.topbar-container {
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: auto;
}

.language-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-footer {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1050px;
}

/*@media all and (min-width:800px){*/

article {
    -moz-column-count: 2;
    -moz-column-min-width: 500px;
    column-count: 2;
    column-gap: 40px;
}

iframe {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    article {
        column-count: 1;
        -moz-column-count: 1;
    }
}

@media screen and (max-width: 1050px) {
    #logo2 {
        margin-left: 10px;
    }
    #footer {
        display: -webkit-flex;
        display: inline-flex;
        font-family: 'Strait', Verdana, Helvetica, sans-serif;
        font-size: 100%;
        font-weight: none;
        text-transform: none;
        color: #ffffff;
        border: solid;
        border: 1px;
        border-color: #000000;
        border-radius: 1px 1px 0px 0px;
        width: 100%;
        margin: 0px;
        margin-top: 30px;
        background: #333333;
    }
    #footer ul {
        list-style-type: none;
        overflow: left;
    }
    #footer li {
        float: center;
    }
    #footer a {
        color: #ffffff;
        background: none;
    }
    /* Container für footeransicht */
    .container {
        display: flex;
        flex-flow: column;
        width: 100%;
    }
    .container div {
        display: inline-block;
    }

    #footer .contact {
        text-align: center;
    }
    #footer .legal {
        flex-flow: row;
        text-align: center;
        justify-content: space-around;
    }

    .flex-footer {
        flex-flow: row wrap;
    }
}

.star {
    visibility: hidden;
}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.button {
    background-color: #ffffff;
    border: 2px solid #005580;
    color: #005580;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    width: min(500px, 100%);
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.button {
    transition-duration: 0.4s;
}

.button:hover {
    background-color: #005580;
    /* Green */
    color: #fff;
}

.language{
	font-size: 18px;
    /*float:right;
    vertical-align:text-top;
    margin:10px;
    margin-top:-3px;
    margin-right:0px;*/
}

.map {
  width: 100%;
  height: 350px;
  background: url('../common/images/map.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.cookies-infobar {
  background: rgba(100, 100, 100, 0.8);
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px;
  text-align: center;
}

.cookies-infobar.cookies-infobar_accepted {
  display: none;
}

.cookies-infobar_wrapper {
  margin: 20px;
}

.cookies-infobar a {
  color: inherit;
}

.cookies-infobar_btn {
  display: inline-block;
  padding: 5px 15px;
  background: #005580;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}
